ActiveReports Developer 7
CustomProperties Constructor(KeyValuePair[])
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class > CustomProperties Constructor : CustomProperties Constructor(KeyValuePair[])

initialValues
The array of string attribute values.

Glossary Item Box

Initializes a new instance of the CustomProperties class with the KeyValuePair array specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal initialValues() As KeyValuePair _
)
C# 
public CustomProperties( 
   KeyValuePair[] initialValues
)

Parameters

initialValues
The array of string attribute values.

See Also